home *** CD-ROM | disk | FTP | other *** search
/ PCMania 19 / PCMania19.iso / Jogos em Flash / CARTAS / TAROT.SWF / scripts / frame_1 / DoAction.as
Text File  |  2003-11-17  |  237b  |  13 lines

  1. getURL("FSCommand:fullscreen",false);
  2. getURL("FSCommand:allowscale",false);
  3. getURL("FSCommand:showmenu",false);
  4. versionflash = $Version;
  5. if(versionflash.substr(5,1) eq "5")
  6. {
  7.    gotoAndPlay(10);
  8. }
  9. else
  10. {
  11.    gotoAndStop(5);
  12. }
  13.